Html Css Color HEX #BBCF1C Rio Grande

📋 copy color: '#BBCF1C'

red 187 ◦ green 207 ◦ blue 28

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

Shades of Rio Grande #BBCF1C

Tints of Rio Grande #BBCF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.64%

R = 44.31%
G = 49.05%
B = 6.64%

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

#BBCF1C (or 0xBBCF1C) is known color: Rio Grande. HEX triplet: BB, CF and 1C. RGB value is (187,207,28). Sum of RGB (Red+Green+Blue) = 187+207+28=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF1C is #4430E3. Grayscale: #B5B5B5. Windows color (decimal): -4468964 or 1888187. OLE color: 1888187.

HSL color Cylindrical-coordinate representation of color #BBCF1C: hue angle of 66.7º degrees, saturation: 0.76, 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 #BBCF1C is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 28 -
CMYK 0.10 0 0.86 0.19
HSL 66.7º 0.76% 0.46% -
HSV(B) 66.7º 0.86% 0.81% -
XYZ 43.02 55.27 9.5 -
YUV 180.61 41.87 132.55 -
System Red Green Blue C M Y K H S L
Decimal 187 207 28 0.10 0 0.86 0.19 66.7 0.76 0.46
Hex BB CF 1C A 0 56 13 43 4C 2E
Octal 273 317 34 12 0 126 23 103 114 56
Binary 10111011 11001111 11100 1010 0 1010110 10011 1000011 1001100 101110

Color Harmonies of #BBCF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF1C

Black with #BBCF1C

Text Example


Text Example

White with #BBCF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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