Html Css Color HEX #BBC427 Rio Grande

📋 copy color: '#BBC427'

red 187 ◦ green 196 ◦ blue 39

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

Shades of Rio Grande #BBC427

Tints of Rio Grande #BBC427

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.45%

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

R = 44.31%
G = 46.45%
B = 9.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#BBC427 (or 0xBBC427) is known color: Rio Grande. HEX triplet: BB, C4 and 27. RGB value is (187,196,39). Sum of RGB (Red+Green+Blue) = 187+196+39=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC427 is #443BD8. Grayscale: #B0B0B0. Windows color (decimal): -4471769 or 2606267. OLE color: 2606267.

HSL color Cylindrical-coordinate representation of color #BBC427: hue angle of 63.44º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBC427 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 39 -
CMYK 0.05 0 0.80 0.23
HSL 63.44º 0.67% 0.46% -
HSV(B) 63.44º 0.8% 0.77% -
XYZ 40.6 50.19 9.47 -
YUV 175.41 51.02 136.27 -
System Red Green Blue C M Y K H S L
Decimal 187 196 39 0.05 0 0.80 0.23 63.44 0.67 0.46
Hex BB C4 27 5 0 50 17 3F 43 2E
Octal 273 304 47 5 0 120 27 77 103 56
Binary 10111011 11000100 100111 101 0 1010000 10111 111111 1000011 101110

Color Harmonies of #BBC427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC427

Black with #BBC427

Text Example


Text Example

White with #BBC427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC427; }

 p { color: rgb(187,196,39); }

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

background-color css

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

 a { background-color: rgb(187,196,39); }

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

border-color css

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

 span { border-color: rgb(187,196,39); }

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