Html Css Color HEX #BBCB25 Rio Grande

📋 copy color: '#BBCB25'

red 187 ◦ green 203 ◦ blue 37

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

Shades of Rio Grande #BBCB25

Tints of Rio Grande #BBCB25

RGB

 RED value IS 187 (73.44% from 255) = 43.79%

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

 BLUE value IS 37 (14.84% from 255) = 8.67%

R = 43.79%
G = 47.54%
B = 8.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#BBCB25 (or 0xBBCB25) is known color: Rio Grande. HEX triplet: BB, CB and 25. RGB value is (187,203,37). Sum of RGB (Red+Green+Blue) = 187+203+37=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 37 (14.84% from 255 or 8.67% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB25 is #4434DA. Grayscale: #B3B3B3. Windows color (decimal): -4469979 or 2476987. OLE color: 2476987.

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

Color convert

RGB 187 203 37 -
CMYK 0.08 0 0.82 0.20
HSL 65.78º 0.69% 0.47% -
HSV(B) 65.78º 0.82% 0.8% -
XYZ 42.18 53.41 9.84 -
YUV 179.29 47.7 133.5 -
System Red Green Blue C M Y K H S L
Decimal 187 203 37 0.08 0 0.82 0.20 65.78 0.69 0.47
Hex BB CB 25 8 0 52 14 42 45 2F
Octal 273 313 45 10 0 122 24 102 105 57
Binary 10111011 11001011 100101 1000 0 1010010 10100 1000010 1000101 101111

Color Harmonies of #BBCB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB25

Black with #BBCB25

Text Example


Text Example

White with #BBCB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB25; }

 p { color: rgb(187,203,37); }

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

background-color css

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

 a { background-color: rgb(187,203,37); }

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

border-color css

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

 span { border-color: rgb(187,203,37); }

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