Html Css Color HEX #BCCF1A Rio Grande

📋 copy color: '#BCCF1A'

red 188 ◦ green 207 ◦ blue 26

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

Shades of Rio Grande #BCCF1A

Tints of Rio Grande #BCCF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.18%

R = 44.66%
G = 49.17%
B = 6.18%

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

#BCCF1A (or 0xBCCF1A) is known color: Rio Grande. HEX triplet: BC, CF and 1A. RGB value is (188,207,26). Sum of RGB (Red+Green+Blue) = 188+207+26=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 26 (10.55% from 255 or 6.18% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF1A is #4330E5. Grayscale: #B5B5B5. Windows color (decimal): -4403430 or 1757116. OLE color: 1757116.

HSL color Cylindrical-coordinate representation of color #BCCF1A: hue angle of 66.3º degrees, saturation: 0.78, 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 #BCCF1A is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 26 -
CMYK 0.09 0 0.87 0.19
HSL 66.3º 0.78% 0.46% -
HSV(B) 66.3º 0.87% 0.81% -
XYZ 43.24 55.39 9.39 -
YUV 180.69 40.71 133.22 -
System Red Green Blue C M Y K H S L
Decimal 188 207 26 0.09 0 0.87 0.19 66.3 0.78 0.46
Hex BC CF 1A 9 0 57 13 42 4E 2E
Octal 274 317 32 11 0 127 23 102 116 56
Binary 10111100 11001111 11010 1001 0 1010111 10011 1000010 1001110 101110

Color Harmonies of #BCCF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF1A

Black with #BCCF1A

Text Example


Text Example

White with #BCCF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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