Html Css Color HEX #BBCF1E Rio Grande

📋 copy color: '#BBCF1E'

red 187 ◦ green 207 ◦ blue 30

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

Shades of Rio Grande #BBCF1E

Tints of Rio Grande #BBCF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.08%

R = 44.1%
G = 48.82%
B = 7.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#BBCF1E (or 0xBBCF1E) is known color: Rio Grande. HEX triplet: BB, CF and 1E. RGB value is (187,207,30). Sum of RGB (Red+Green+Blue) = 187+207+30=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF1E is #4430E1. Grayscale: #B5B5B5. Windows color (decimal): -4468962 or 2019259. OLE color: 2019259.

HSL color Cylindrical-coordinate representation of color #BBCF1E: hue angle of 66.78º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBCF1E is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 30 -
CMYK 0.10 0 0.86 0.19
HSL 66.78º 0.75% 0.46% -
HSV(B) 66.78º 0.86% 0.81% -
XYZ 43.04 55.28 9.63 -
YUV 180.84 42.87 132.39 -
System Red Green Blue C M Y K H S L
Decimal 187 207 30 0.10 0 0.86 0.19 66.78 0.75 0.46
Hex BB CF 1E A 0 56 13 43 4B 2E
Octal 273 317 36 12 0 126 23 103 113 56
Binary 10111011 11001111 11110 1010 0 1010110 10011 1000011 1001011 101110

Color Harmonies of #BBCF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF1E

Black with #BBCF1E

Text Example


Text Example

White with #BBCF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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