Html Css Color HEX #BBC12A Rio Grande

📋 copy color: '#BBC12A'

red 187 ◦ green 193 ◦ blue 42

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

Shades of Rio Grande #BBC12A

Tints of Rio Grande #BBC12A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.73%

 BLUE value IS 42 (16.8% from 255) = 9.95%

R = 44.31%
G = 45.73%
B = 9.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#BBC12A (or 0xBBC12A) is known color: Rio Grande. HEX triplet: BB, C1 and 2A. RGB value is (187,193,42). Sum of RGB (Red+Green+Blue) = 187+193+42=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC12A is #443ED5. Grayscale: #AEAEAE. Windows color (decimal): -4472534 or 2802107. OLE color: 2802107.

HSL color Cylindrical-coordinate representation of color #BBC12A: hue angle of 62.38º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBC12A is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 42 -
CMYK 0.03 0 0.78 0.24
HSL 62.38º 0.64% 0.46% -
HSV(B) 62.38º 0.78% 0.76% -
XYZ 39.98 48.87 9.52 -
YUV 173.99 53.51 137.28 -
System Red Green Blue C M Y K H S L
Decimal 187 193 42 0.03 0 0.78 0.24 62.38 0.64 0.46
Hex BB C1 2A 3 0 4E 18 3E 40 2E
Octal 273 301 52 3 0 116 30 76 100 56
Binary 10111011 11000001 101010 11 0 1001110 11000 111110 1000000 101110

Color Harmonies of #BBC12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC12A

Black with #BBC12A

Text Example


Text Example

White with #BBC12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC12A; }

 p { color: rgb(187,193,42); }

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

background-color css

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

 a { background-color: rgb(187,193,42); }

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

border-color css

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

 span { border-color: rgb(187,193,42); }

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