Html Css Color HEX #BCCD1A Rio Grande

📋 copy color: '#BCCD1A'

red 188 ◦ green 205 ◦ blue 26

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

Shades of Rio Grande #BCCD1A

Tints of Rio Grande #BCCD1A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.93%

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

R = 44.87%
G = 48.93%
B = 6.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#BCCD1A (or 0xBCCD1A) is known color: Rio Grande. HEX triplet: BC, CD and 1A. RGB value is (188,205,26). Sum of RGB (Red+Green+Blue) = 188+205+26=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 26 (10.55% from 255 or 6.21% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD1A is #4332E5. Grayscale: #B4B4B4. Windows color (decimal): -4403942 or 1756604. OLE color: 1756604.

HSL color Cylindrical-coordinate representation of color #BCCD1A: hue angle of 65.7º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCCD1A is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 26 -
CMYK 0.08 0 0.87 0.20
HSL 65.7º 0.77% 0.45% -
HSV(B) 65.7º 0.87% 0.8% -
XYZ 42.76 54.43 9.23 -
YUV 179.51 41.37 134.05 -
System Red Green Blue C M Y K H S L
Decimal 188 205 26 0.08 0 0.87 0.20 65.7 0.77 0.45
Hex BC CD 1A 8 0 57 14 42 4D 2D
Octal 274 315 32 10 0 127 24 102 115 55
Binary 10111100 11001101 11010 1000 0 1010111 10100 1000010 1001101 101101

Color Harmonies of #BCCD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD1A

Black with #BCCD1A

Text Example


Text Example

White with #BCCD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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