Html Css Color HEX #B4CB27 Rio Grande

📋 copy color: '#B4CB27'

red 180 ◦ green 203 ◦ blue 39

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

Shades of Rio Grande #B4CB27

Tints of Rio Grande #B4CB27

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.1%

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

R = 42.65%
G = 48.1%
B = 9.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#B4CB27 (or 0xB4CB27) is known color: Rio Grande. HEX triplet: B4, CB and 27. RGB value is (180,203,39). Sum of RGB (Red+Green+Blue) = 180+203+39=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CB27 is #4B34D8. Grayscale: #B2B2B2. Windows color (decimal): -4928729 or 2608052. OLE color: 2608052.

HSL color Cylindrical-coordinate representation of color #B4CB27: hue angle of 68.41º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4CB27 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 203 39 -
CMYK 0.11 0 0.81 0.20
HSL 68.41º 0.68% 0.47% -
HSV(B) 68.41º 0.81% 0.8% -
XYZ 40.54 52.56 9.93 -
YUV 177.43 49.88 129.84 -
System Red Green Blue C M Y K H S L
Decimal 180 203 39 0.11 0 0.81 0.20 68.41 0.68 0.47
Hex B4 CB 27 B 0 51 14 44 44 2F
Octal 264 313 47 13 0 121 24 104 104 57
Binary 10110100 11001011 100111 1011 0 1010001 10100 1000100 1000100 101111

Color Harmonies of #B4CB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CB27

Black with #B4CB27

Text Example


Text Example

White with #B4CB27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CB27; }

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

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

background-color css

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

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

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

border-color css

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

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

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