Html Css Color HEX #BCCC1B Rio Grande

📋 copy color: '#BCCC1B'

red 188 ◦ green 204 ◦ blue 27

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

Shades of Rio Grande #BCCC1B

Tints of Rio Grande #BCCC1B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.69%

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

R = 44.87%
G = 48.69%
B = 6.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#BCCC1B (or 0xBCCC1B) is known color: Rio Grande. HEX triplet: BC, CC and 1B. RGB value is (188,204,27). Sum of RGB (Red+Green+Blue) = 188+204+27=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC1B is #4333E4. Grayscale: #B3B3B3. Windows color (decimal): -4404197 or 1821884. OLE color: 1821884.

HSL color Cylindrical-coordinate representation of color #BCCC1B: hue angle of 65.42º 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 #BCCC1B is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 27 -
CMYK 0.08 0 0.87 0.2
HSL 65.42º 0.77% 0.45% -
HSV(B) 65.42º 0.87% 0.8% -
XYZ 42.53 53.96 9.21 -
YUV 179.04 42.2 134.39 -
System Red Green Blue C M Y K H S L
Decimal 188 204 27 0.08 0 0.87 0.2 65.42 0.77 0.45
Hex BC CC 1B 8 0 57 14 41 4D 2D
Octal 274 314 33 10 0 127 24 101 115 55
Binary 10111100 11001100 11011 1000 0 1010111 10100 1000001 1001101 101101

Color Harmonies of #BCCC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC1B

Black with #BCCC1B

Text Example


Text Example

White with #BCCC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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