Html Css Color HEX #BBC41A Rio Grande

📋 copy color: '#BBC41A'

red 187 ◦ green 196 ◦ blue 26

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

Shades of Rio Grande #BBC41A

Tints of Rio Grande #BBC41A

RGB

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

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

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

R = 45.72%
G = 47.92%
B = 6.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#BBC41A (or 0xBBC41A) is known color: Rio Grande. HEX triplet: BB, C4 and 1A. RGB value is (187,196,26). Sum of RGB (Red+Green+Blue) = 187+196+26=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC41A is #443BE5. Grayscale: #AEAEAE. Windows color (decimal): -4471782 or 1754299. OLE color: 1754299.

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

Color convert

RGB 187 196 26 -
CMYK 0.05 0 0.87 0.23
HSL 63.18º 0.77% 0.44% -
HSV(B) 63.18º 0.87% 0.77% -
XYZ 40.42 50.12 8.52 -
YUV 173.93 44.52 137.32 -
System Red Green Blue C M Y K H S L
Decimal 187 196 26 0.05 0 0.87 0.23 63.18 0.77 0.44
Hex BB C4 1A 5 0 57 17 3F 4D 2C
Octal 273 304 32 5 0 127 27 77 115 54
Binary 10111011 11000100 11010 101 0 1010111 10111 111111 1001101 101100

Color Harmonies of #BBC41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC41A

Black with #BBC41A

Text Example


Text Example

White with #BBC41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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