Html Css Color HEX #B4BD27 Rio Grande

📋 copy color: '#B4BD27'

red 180 ◦ green 189 ◦ blue 39

#B4BD27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #B4BD27

Tints of Rio Grande #B4BD27

RGB

 RED value IS 180 (70.7% from 255) = 44.12%

 GREEN value IS 189 (74.22% from 255) = 46.32%

 BLUE value IS 39 (15.63% from 255) = 9.56%

R = 44.12%
G = 46.32%
B = 9.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B4BD27 (or 0xB4BD27) is known color: Rio Grande. HEX triplet: B4, BD and 27. RGB value is (180,189,39). Sum of RGB (Red+Green+Blue) = 180+189+39=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BD27 is #4B42D8. Grayscale: #A9A9A9. Windows color (decimal): -4932313 or 2604468. OLE color: 2604468.

HSL color Cylindrical-coordinate representation of color #B4BD27: hue angle of 63.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4BD27 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 189 39 -
CMYK 0.05 0 0.79 0.26
HSL 63.6º 0.66% 0.45% -
HSV(B) 63.6º 0.79% 0.74% -
XYZ 37.39 46.24 8.88 -
YUV 169.21 54.52 135.7 -
System Red Green Blue C M Y K H S L
Decimal 180 189 39 0.05 0 0.79 0.26 63.6 0.66 0.45
Hex B4 BD 27 5 0 4F 1A 40 42 2D
Octal 264 275 47 5 0 117 32 100 102 55
Binary 10110100 10111101 100111 101 0 1001111 11010 1000000 1000010 101101

Color Harmonies of #B4BD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD27

Black with #B4BD27

Text Example


Text Example

White with #B4BD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD27; }

 p { color: rgb(180,189,39); }

 H1.HeaderClassName
 {
   color: #B4BD27;
 }
 .AnyTagClassName
 {
   color: #B4BD27;
 }
</style>

background-color css

<style>
 a { background-color: #B4BD27; }

 a { background-color: rgb(180,189,39); }

 div.DivClassName
 {
   background-color: #B4BD27;
 }
 .BgClassName
 {
   background-color: #B4BD27;
 }
</style>

border-color css

<style>
 span { border-color: #B4BD27; }

 span { border-color: rgb(180,189,39); }

 td.TdClassName
 {
   border-color: #B4BD27;
 }
 .TagClassName
 {
   border-color: #B4BD27;
 }
</style>