Html Css Color HEX #BCCF1B Rio Grande

📋 copy color: '#BCCF1B'

red 188 ◦ green 207 ◦ blue 27

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

Shades of Rio Grande #BCCF1B

Tints of Rio Grande #BCCF1B

RGB

 RED value IS 188 (73.83% from 255) = 44.55%

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

 BLUE value IS 27 (10.94% from 255) = 6.4%

R = 44.55%
G = 49.05%
B = 6.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#BCCF1B (or 0xBCCF1B) is known color: Rio Grande. HEX triplet: BC, CF and 1B. RGB value is (188,207,27). Sum of RGB (Red+Green+Blue) = 188+207+27=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF1B is #4330E4. Grayscale: #B5B5B5. Windows color (decimal): -4403429 or 1822652. OLE color: 1822652.

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

Color convert

RGB 188 207 27 -
CMYK 0.09 0 0.87 0.19
HSL 66.33º 0.77% 0.46% -
HSV(B) 66.33º 0.87% 0.81% -
XYZ 43.25 55.4 9.45 -
YUV 180.8 41.21 133.14 -
System Red Green Blue C M Y K H S L
Decimal 188 207 27 0.09 0 0.87 0.19 66.33 0.77 0.46
Hex BC CF 1B 9 0 57 13 42 4D 2E
Octal 274 317 33 11 0 127 23 102 115 56
Binary 10111100 11001111 11011 1001 0 1010111 10011 1000010 1001101 101110

Color Harmonies of #BCCF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF1B

Black with #BCCF1B

Text Example


Text Example

White with #BCCF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF1B; }

 p { color: rgb(188,207,27); }

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

background-color css

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

 a { background-color: rgb(188,207,27); }

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

border-color css

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

 span { border-color: rgb(188,207,27); }

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