Html Css Color HEX #BBC01A Rio Grande

📋 copy color: '#BBC01A'

red 187 ◦ green 192 ◦ blue 26

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

Shades of Rio Grande #BBC01A

Tints of Rio Grande #BBC01A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.41%

 BLUE value IS 26 (10.55% from 255) = 6.42%

R = 46.17%
G = 47.41%
B = 6.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BBC01A (or 0xBBC01A) is known color: Rio Grande. HEX triplet: BB, C0 and 1A. RGB value is (187,192,26). Sum of RGB (Red+Green+Blue) = 187+192+26=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC01A is #443FE5. Grayscale: #ACACAC. Windows color (decimal): -4472806 or 1753275. OLE color: 1753275.

HSL color Cylindrical-coordinate representation of color #BBC01A: hue angle of 61.81º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBC01A is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 26 -
CMYK 0.03 0 0.86 0.25
HSL 61.81º 0.76% 0.43% -
HSV(B) 61.81º 0.86% 0.75% -
XYZ 39.53 48.34 8.22 -
YUV 171.58 45.84 139 -
System Red Green Blue C M Y K H S L
Decimal 187 192 26 0.03 0 0.86 0.25 61.81 0.76 0.43
Hex BB C0 1A 3 0 56 19 3E 4C 2B
Octal 273 300 32 3 0 126 31 76 114 53
Binary 10111011 11000000 11010 11 0 1010110 11001 111110 1001100 101011

Color Harmonies of #BBC01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC01A

Black with #BBC01A

Text Example


Text Example

White with #BBC01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC01A; }

 p { color: rgb(187,192,26); }

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

background-color css

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

 a { background-color: rgb(187,192,26); }

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

border-color css

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

 span { border-color: rgb(187,192,26); }

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