Html Css Color HEX #BBC614 Rio Grande

📋 copy color: '#BBC614'

red 187 ◦ green 198 ◦ blue 20

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

Shades of Rio Grande #BBC614

Tints of Rio Grande #BBC614

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.89%

 BLUE value IS 20 (8.2% from 255) = 4.94%

R = 46.17%
G = 48.89%
B = 4.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#BBC614 (or 0xBBC614) is known color: Rio Grande. HEX triplet: BB, C6 and 14. RGB value is (187,198,20). Sum of RGB (Red+Green+Blue) = 187+198+20=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC614 is #4439EB. Grayscale: #AFAFAF. Windows color (decimal): -4471276 or 1361595. OLE color: 1361595.

HSL color Cylindrical-coordinate representation of color #BBC614: hue angle of 63.71º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBC614 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 198 20 -
CMYK 0.06 0 0.90 0.22
HSL 63.71º 0.82% 0.43% -
HSV(B) 63.71º 0.9% 0.78% -
XYZ 40.81 51 8.36 -
YUV 174.42 40.86 136.97 -
System Red Green Blue C M Y K H S L
Decimal 187 198 20 0.06 0 0.90 0.22 63.71 0.82 0.43
Hex BB C6 14 6 0 5A 16 40 52 2B
Octal 273 306 24 6 0 132 26 100 122 53
Binary 10111011 11000110 10100 110 0 1011010 10110 1000000 1010010 101011

Color Harmonies of #BBC614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC614

Black with #BBC614

Text Example


Text Example

White with #BBC614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC614; }

 p { color: rgb(187,198,20); }

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

background-color css

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

 a { background-color: rgb(187,198,20); }

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

border-color css

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

 span { border-color: rgb(187,198,20); }

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