Html Css Color HEX #BBCF14 Rio Grande

📋 copy color: '#BBCF14'

red 187 ◦ green 207 ◦ blue 20

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

Shades of Rio Grande #BBCF14

Tints of Rio Grande #BBCF14

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50%

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

R = 45.17%
G = 50%
B = 4.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#BBCF14 (or 0xBBCF14) is known color: Rio Grande. HEX triplet: BB, CF and 14. RGB value is (187,207,20). Sum of RGB (Red+Green+Blue) = 187+207+20=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF14 is #4430EB. Grayscale: #B4B4B4. Windows color (decimal): -4468972 or 1363899. OLE color: 1363899.

HSL color Cylindrical-coordinate representation of color #BBCF14: hue angle of 66.42º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBCF14 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 20 -
CMYK 0.10 0 0.90 0.19
HSL 66.42º 0.82% 0.45% -
HSV(B) 66.42º 0.9% 0.81% -
XYZ 42.93 55.24 9.06 -
YUV 179.7 37.87 133.21 -
System Red Green Blue C M Y K H S L
Decimal 187 207 20 0.10 0 0.90 0.19 66.42 0.82 0.45
Hex BB CF 14 A 0 5A 13 42 52 2D
Octal 273 317 24 12 0 132 23 102 122 55
Binary 10111011 11001111 10100 1010 0 1011010 10011 1000010 1010010 101101

Color Harmonies of #BBCF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF14

Black with #BBCF14

Text Example


Text Example

White with #BBCF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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